home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 008 / suprgrf.arc / SG3.DOC < prev    next >
Encoding:
Text File  |  1985-05-13  |  4.1 KB  |  91 lines

  1.  
  2.     " Super Graphics 3 "   Ver 2.0   (C)opyright 1985 Dcs Systems
  3.  
  4.  
  5.  
  6.          Super  Graph 3 is one of the newest  accomplishments  of
  7.     DCS systems.  Super Graph 3 is a word processor, and with the
  8.     use of the function keys,  able to enter any of the 256 ASCII
  9.     characters available on the IBM-PC.   Super Graph 3 makes use
  10.     of  10  different screens,  that means you can load up to  10
  11.     different  screens at once,  and easly switch  between  them.
  12.     Compiled in Turbo Pascal version 3.0,  Super Graph 3 is great
  13.     for  customised BBS menus or for charts,  and graphs.   Super
  14.     Graph  3  saves in ASCII,  so you can type them from  DOS  or
  15.     print them on any IBM compatible dot matrix printer.
  16.  
  17.              To  run  Super Graph 3,  at the DOS prompt type  -->
  18.     SG    [FileName[.SGM]] <-- the command in brackets is only if
  19.     you want to have the macro file loaded,  more on that  later.
  20.     After  you     load Super Graph 3,  and see the title screen,
  21.     the next screen     is the "work screen", that means that the
  22.     screen that you are    looking at is the one that gets loaded
  23.     to if you load a file,     or  saved from if you save it to a
  24.     file,   or  if  you  print it.      To  switch  the  "working
  25.     screen",   hold  down the Alt key on the      keyboard,   and
  26.     press  a  number  on  the top row  of  the   keyboard      to
  27.     signify   the screen number (1 - 0),   screen number   0   is
  28.     actually screen number 10,  and the default screen is 1.   To
  29.     get  help  in Super Graph 3,  hold down the  Alt  key,  while
  30.     pressing  the F10 key on the function key pad on the far left
  31.     side of the keyboard.
  32.  
  33.          To change the function keys graphic character,  you must
  34.     make a macro file.  The files default extension is .SGM.  The
  35.     structure of the macro file is the following:
  36.       _________________________________________________________
  37.      |                                                         |
  38.      |  Graphic Set     Function key    ASCII character number |
  39.      |                                                         |
  40.      |     1                  1                   1            |
  41.      |                                                         |
  42.      |   Will set graphic set 1's function key 1 to Chr(1)     |
  43.      |                                                         |
  44.      |_________________________________________________________|
  45.  
  46.         if   their is an error in the files format Super Graph  3
  47.     will    abort,  and tell you the line number where the  error
  48.     occured.   The maximum Graphic     set is 10, and the maximum
  49.     Function key is 10 and the minimum     is 1 for both of them.
  50.     The  maximum  ASCII  character number is      255,   and  the
  51.     minimum  is 1.    To load up the macro  file,   you      MUST
  52.     load  it  at  the time you run the  program.    The   command
  53.     for loading the macro file is:  SG Filename[.SGM]
  54.  
  55.          The  arrow  keys on the keypad go in the direction  that
  56.     they are pointing,  and the other 4 corner keys (End,  Pg Dn,
  57.     Home,  and Pg Up) go in the direction that they are  pointing
  58.     to,  ie.  Home goes to the upper left,  End goes to the lower
  59.     left, and so on.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.     " Super Graphics 3 "   Ver 2.0   (C)opyright 1985 Dcs Systems
  69.  
  70.  
  71.          To  switch  the  status line between  the  function  key
  72.     settings  and  a  'status' line,  hold down  Alt  key,  while
  73.     pressing the '-' key, on the top row of the keyboard, next to
  74.     number 0.  This command acts as a toggle.
  75.  
  76.          To  exit  Super Graph 3 press the ESC key on  the  upper
  77.     left of the keyboard.
  78.  
  79.          If  you feel that this program is useful,  please send a
  80.     donation of $10.00 to:
  81.  
  82.                            DCS systems.
  83.                            129 S. Lombard Ave.
  84.                            Oak Park, IL  60302
  85.                            Data: (312) 383-9482
  86.                            Call DCS Systems for the newest
  87.                            Version of Super Graphics 3
  88.  
  89.  
  90.  (** Super Graphics was written and compiled By Cyrus Patel and Brian Werle **)
  91.